API Documentation
AlphaMode.h
1 // AlphaMode.h
3 //
5 
6 namespace nkImages
7 {
14  enum class ALPHA_MODE
15  {
16  AUTO = 0,
17  NO_ALPHA,
18  ALPHA
19  } ;
20 }
nkImages::ALPHA_MODE::NO_ALPHA
@ NO_ALPHA
No alpha, forced. If a file has an alpha channel, it will be discarded.
nkImages::ALPHA_MODE
ALPHA_MODE
Lists possible modes for the alpha channel.
Definition: AlphaMode.h:15
nkImages::ALPHA_MODE::ALPHA
@ ALPHA
Alpha forced. If a file has no alpha channel, it will be added and defaulted to fully opaque.
nkImages::ALPHA_MODE::AUTO
@ AUTO
Automatic, the alpha channel will be available as described by the data parsed.
nkImages
Encompasses all API of component NilkinsImages.
Definition: BmpEncoder.h:7